.ppage {
    display: flex;
    width: 100%;
    /* background-color: white; */
    justify-content: center;
    box-sizing: border-box;
    padding: 30px 0px;

}

.ppage a {
    width: 40px;
    height: 40px;
    background-color: #ffffff;
    border: solid 1px #d4d5e3;
    color: #666666;
    text-align: center;
    line-height: 40px;
    margin: 0px 5px;
        white-space: nowrap;
        font-size: 12px;
}

.ppage a:hover {
    background-color: #0054b3;
    color: white;
}

.ppage .nowpage {
    background-color: #0054b3 !important;
    color: white !important;
}

.ppage span {
    width: 40px;
    height: 40px;
    background-color: #ffffff;
    border: solid 1px #d4d5e3;
    color: #666666;
    text-align: center;
        white-space: nowrap;

    line-height: 40px;
    margin: 0px 5px;
}

.ppage span:hover {
    background-color: #0054b3;
    color: white;
}